home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / NederlandM2.dxr / audio_32_selecteer FR.ls < prev    next >
Encoding:
Text File  |  2002-12-20  |  447 b   |  27 lines

  1. on mouseEnter me
  2.   ting()
  3.   cursor(280)
  4.   sprite(203).blend = 100
  5. end
  6.  
  7. on mouseLeave
  8.   cursor(-1)
  9.   sprite(203).blend = 0
  10. end
  11.  
  12. on mouseDown
  13.   ting()
  14. end
  15.  
  16. on mouseUp
  17.   global taalkeuze
  18.   cursor(-1)
  19.   taalkeuze = "fr"
  20.   if the platform contains "win" then
  21.     member("intro mpeg").file = the moviePath & "movies\intro_" & taalkeuze & ".mpg"
  22.   else
  23.     member("intro mpeg").fileName = "@movies:intro_" & taalkeuze & ".mpg"
  24.   end if
  25.   go("intro")
  26. end
  27.